home *** CD-ROM | disk | FTP | other *** search
/ Compendium Deluxe 1 / LSD Compendium Deluxe 1.iso / a / disk / cdrom / cdda.lha / cdda.readme < prev    next >
Text File  |  1994-04-16  |  1KB  |  33 lines

  1. SHORT: play and save digital audio
  2.  
  3. Read audio data from a CD-DA disk (normal audio CDs) and play back
  4. via audio.device (22kHz) and store to outputfile (stereo, 16bit signed,
  5. big endian, 44.1kHz, suitable for 'sox').
  6.  
  7. usage:
  8.  
  9. cdda START,LENGTH,TRACK,VOL/N,FILE,16BIT/S,MONO/S,LIST/S,DEBUG/S,BUFS/N
  10.  
  11. START  = startblock
  12. LENGTH = number of blocks
  13. TRACK  = start relativ to track number
  14. VOL    = volume in percent (0..800)
  15. 16BIT  = experimental high resolution mode
  16. MONO   = map stereo to single channel (for audio output only)
  17. LIST   = show table of contents
  18. DEBUG  = print lots of debugging info through debug.lib (use sushi!)
  19. BUFS   = number of CD blocks to do in a single read.. default is 16
  20.  
  21. You can use the environment variables CDDA_DEVICE and CDDA_UNIT to choose
  22. something else than the default ("scsi.device" and 2).
  23.  
  24. There's a tiny program called 'led' in the archive which toggles the
  25. audio lowpass filter on newer machines. Disabling the lowpass filter
  26. will usually get better audio quality but may cause aliasing distortion
  27. depending on the bandwidth of your speakers.
  28.  
  29. The program has been tested and used successfully with the Apple CD300,
  30. Toshiba XM3401B and XM4101 drives. It may or may not work with other drives.
  31.  
  32. Michael van Elst
  33.